home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Signal for Windows 1.1.3 / Signal_Setup.exe / clients / Signal.arm.cab / VGA_DE~1.020 < prev    next >
Text File  |  2008-05-11  |  16KB  |  357 lines

  1. <Skin>
  2.  
  3. <!-- The bitmap files used by the skin. Multiple images may be collected into one file or each image may be separated.
  4. GIF, JPG, and PNG are supported but JPG does not support transparency well. -->
  5.  
  6. <bitmaps>
  7.     <bitmap name="back" file="background.png"/>
  8.     <bitmap name="back.connect" file="background_connect.png"/>
  9.     <bitmap name="back.eq" file="background_eq.png"/>
  10.     <bitmap name="back.np" file="background_np.png"/>
  11.     <bitmap name="circle" file="navcircle.png" transparency="255,0,255"/>
  12.     <bitmap name="progressbars" file="progressbars.png" transparency="255,0,255"/>
  13.     <bitmap name="toggles" file="toggles.png"/>
  14.     <bitmap name="tabs" file="tabs.gif"/>
  15.     <bitmap name="bitmaptext" file="text.gif" transparency="255,0,255"/>
  16.     <bitmap name="scroll" file="scrollbar.png"/>
  17. </bitmaps>
  18.  
  19. <!-- The wincomponents section defines the placement and bounding rectangle of the various windows control elements of the UI (playlist, 
  20. media library tree view, etc.) -->
  21.  
  22. <wincomponents>
  23.     <wincomponent name="playlist.main" x="1" y="200" width="476" height="336" backcolor="24,69,154" forecolor="255,255,255" selectcolor="13,37,77"/>
  24.     <wincomponent name="playlist.editor" x="0" y="536" width="480" height="1" backcolor="24,69,154" forecolor="255,255,255" selectcolor="13,37,77"/> 
  25.     <wincomponent name="medialib" x="0" y="49" width="480" height="487"/>
  26.     <wincomponent name="serverlist" x="8" y="216" width="260" height="184"/>
  27.     <wincomponent name="albumart" x="52" y="40" width="376" height="376"/>
  28.     <wincomponent name="nowplaying.position" x="344" y="0" width="84" height="40"/>
  29. </wincomponents>
  30.  
  31. <!-- 
  32.  
  33. - Recognized component types are:
  34.     - norm: the standard idle image
  35.     - push: the image to use in place of the 'norm' image when the user clicks/taps on it
  36.     - hover: the image to use in place of the 'norm' image when the mouse hovers over it 
  37.       (ignored on the Pocket PC)
  38.  
  39. - The default mode is none ("")
  40. - The 'norm' image should always be specified first
  41. - For the 'norm' image, all fields must be specified for the source tag
  42. - The rect tag will use the source tag fields if they are absent
  43. - Subsequent images for a component can leave off the rect tag or even both the source and rect tags. The values for the norm image will be used in their place.
  44.  
  45. - The 'ignoreinput' flag signals whether or not user input within this component should be ignored. Useful for background images.
  46.  
  47.  
  48. - Available font fields: <font name="fontname" face="Arial" size="15" weight="normal|thin|extralight|light|medium|semibold|bold|extrabold|heavy" italic="true|false" underline="true|false" color="255,255,255" quality="default|draft|nonantialiased|antialiased|cleartype|cleartype.compat"/>
  49.  
  50. -->
  51.  
  52. <fonts>
  53.     <font name="playlist" face="Arial" size="10" color="255,255,255" quality="cleartype.compat"/>
  54.     <font name="songtitle" face="Arial" size="10" weight="bold" color="255,255,255" quality="cleartype.compat"/>
  55.     <font name="time" face="Arial" size="8" weight="bold" color="255,255,255" quality="cleartype.compat"/>
  56.     <font name="time.nowplaying" face="Arial" size="8" weight="bold" color="255,255,255" quality="cleartype.compat"/>
  57.     <font name="medialib" face="Arial" size="10" weight="normal" color="255,255,255" quality="default"/>
  58.     <font name="artist.nowplaying" face="Arial" size="10" weight="bold" color="255,255,255"/>
  59.     <font name="album.nowplaying" face="Arial" size="10" weight="bold" color="255,255,255"/>
  60.     <font name="title.nowplaying" face="Arial" size="10" weight="bold" color="255,255,255"/>
  61.     <font name="playlistpos.nowplaying" face="Arial" size="8" weight="bold" color="255,255,255"/>
  62. </fonts>
  63.  
  64. <component name="background" mode="main,playlist" ignoreinput="true">
  65.     <img type="norm"><source name="back" x="0" y="0" width="480" height="536"/><rect x="0" y="0"/></img>
  66. </component>
  67.  
  68. <component name="background" mode="connect" ignoreinput="true">
  69.     <img type="norm"><source name="back.connect" x="0" y="0" width="480" height="536"/><rect x="0" y="0"/></img>
  70. </component>
  71.  
  72. <component name="background" mode="eq" ignoreinput="true">
  73.     <img type="norm"><source name="back.eq" x="0" y="0" width="480" height="536"/><rect x="0" y="0"/></img>
  74. </component>
  75.  
  76. <component name="background" mode="nowplaying" ignoreinput="true">
  77.     <img type="norm"><source name="back.np" x="0" y="0" width="480" height="536"/><rect x="0" y="0"/></img>
  78. </component>
  79.  
  80. <component name="play" mode="main,eq">
  81.     <img type="norm"><source name="circle" x="0" y="222" width="68" height="68"/><rect x="46" y="54"/></img>
  82.     <img type="push"><source name="circle" x="120" y="222"/></img>
  83. </component>
  84.  
  85. <component name="pause" mode="main,eq">
  86.     <img type="norm"><source name="circle" x="0" y="114" width="114" height="54"/><rect x="24" y="10"/></img>
  87.     <img type="push"><source name="circle" x="120" y="114"/></img>
  88. </component>
  89.  
  90. <component name="stop" mode="main,eq">
  91.     <img type="norm"><source name="circle" x="0" y="168" width="114" height="54"/><rect x="24" y="114"/></img>
  92.     <img type="push"><source name="circle" x="120" y="168"/></img>
  93. </component>
  94.  
  95. <component name="prev" mode="main,eq">
  96.     <img type="norm"><source name="circle" x="0" y="0" width="54" height="114"/><rect x="2" y="32"/></img>
  97.     <img type="push"><source name="circle" x="120" y="0"/></img>
  98. </component>
  99.  
  100. <component name="next" mode="main,eq">
  101.     <img type="norm"><source name="circle" x="60" y="0" width="54" height="114"/><rect x="106" y="32"/></img>
  102.     <img type="push"><source name="circle" x="180" y="0"/></img>
  103. </component>
  104.  
  105. <component name="playingstate.playing" mode="main,eq" ignoreinput="true">
  106.     <img type="norm"><source name="toggles" x="0" y="68" width="12" height="14"/><rect x="172" y="112"/></img>
  107. </component>
  108.  
  109. <component name="playingstate.paused" mode="main,eq" ignoreinput="true">
  110.     <img type="norm"><source name="toggles" x="12" y="68" width="12" height="14"/><rect x="172" y="112"/></img>
  111. </component>
  112.  
  113. <component name="playingstate.stopped" mode="main,eq" ignoreinput="true">
  114.     <img type="norm"><source name="toggles" x="24" y="68" width="12" height="14"/><rect x="172" y="112"/></img>
  115. </component>
  116.  
  117. <component name="songback" mode="main,eq">
  118.     <img type="norm"><source name="back" x="158" y="50" width="312" height="28"/><rect x="158" y="50"/></img>
  119. </component>
  120.  
  121. <component name="positionback" mode="main,eq">
  122.     <img type="norm"><source name="back" x="210" y="102" width="92" height="28"/><rect x="210" y="102"/></img>
  123. </component>
  124.  
  125. <component name="positionback" mode="nowplaying">
  126.     <img type="norm"><source name="back.np" x="344" y="0" width="132" height="40"/><rect x="344" y="0"/></img>
  127. </component>
  128.  
  129. <!-- <component name="playlistpositionback" mode="nowplaying">
  130.     <img type="norm"><source name="back.np" x="26" y="0" width="90" height="20"/><rect x="26" y="0"/></img>
  131. </component> -->
  132.  
  133. <component name="titleback" mode="nowplaying">
  134.     <img type="norm"><source name="back.np" x="0" y="416" width="478" height="40"/><rect x="2" y="416"/></img>
  135. </component>
  136.  
  137. <component name="albumback" mode="nowplaying">
  138.     <img type="norm"><source name="back.np" x="0" y="496" width="478" height="40"/><rect x="2" y="496"/></img>
  139. </component>
  140.  
  141. <component name="artistback" mode="nowplaying">
  142.     <img type="norm"><source name="back.np" x="0" y="456" width="478" height="40"/><rect x="2" y="456"/></img>
  143. </component>
  144.  
  145.  
  146. <!-- PROGRESS BARS -->
  147.  
  148. <component name="progressbar.statusback" mode="connect">
  149.     <img type="norm"><source name="progressbars" x="0" y="206" width="462" height="20"/><rect x="10" y="296"/></img>
  150. </component>
  151.  
  152. <component name="progressbar.back" mode="connect">
  153.     <img type="norm"><source name="progressbars" x="0" y="146" width="462" height="18"/><rect x="10" y="322"/></img>
  154. </component>
  155.  
  156. <component name="progressbar">
  157.     <img type="norm"><source name="progressbars" x="0" y="166" width="462" height="18"/><rect x="10" y="322"/></img>
  158. </component>
  159.  
  160. <component name="volumebar.back" mode="main,eq">
  161.     <img type="norm"><source name="progressbars" x="0" y="0" width="392" height="34"/><rect x="84" y="4"/></img>
  162. </component>
  163.  
  164. <component name="volumebar">
  165.     <img type="norm"><source name="progressbars" x="0" y="36" width="392" height="34"/><rect x="84" y="4"/></img>
  166. </component>
  167.  
  168. <component name="positionbar.back" mode="main,eq">
  169.     <img type="norm"><source name="progressbars" x="0" y="72" width="392" height="34"/><rect x="84" y="140"/></img>
  170. </component>
  171.  
  172. <component name="positionbar">
  173.     <img type="norm"><source name="progressbars" x="0" y="108" width="392" height="34"/><rect x="84" y="140"/></img>
  174. </component>
  175.  
  176. <component name="positionbar.nowplaying.back" mode="nowplaying">
  177.     <img type="norm"><source name="progressbars" x="0" y="240" width="288" height="22"/><rect x="52" y="8"/></img>
  178. </component>
  179.  
  180. <component name="positionbar.nowplaying">
  181.     <img type="norm"><source name="progressbars" x="0" y="262" width="288" height="22"/><rect x="52" y="8"/></img>
  182. </component>
  183.  
  184. <component name="eq.preamp" mode="eq">
  185.     <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="24" y="266"/></img>
  186. </component>
  187.  
  188. <component name="eq.bar01" mode="eq">
  189.     <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="106" y="266"/></img>
  190. </component>
  191.  
  192. <component name="eq.bar02" mode="eq">
  193.     <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="144" y="266"/></img>
  194. </component>
  195.  
  196. <component name="eq.bar03" mode="eq">
  197.     <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="182" y="266"/></img>
  198. </component>
  199.  
  200. <component name="eq.bar04" mode="eq">
  201.     <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="220" y="266"/></img>
  202. </component>
  203.  
  204. <component name="eq.bar05" mode="eq">
  205.     <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="258" y="266"/></img>
  206. </component>
  207.  
  208. <component name="eq.bar06" mode="eq">
  209.     <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="296" y="266"/></img>
  210. </component>
  211.  
  212. <component name="eq.bar07" mode="eq">
  213.     <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="334" y="266"/></img>
  214. </component>
  215.  
  216. <component name="eq.bar08" mode="eq">
  217.     <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="372" y="266"/></img>
  218. </component>
  219.  
  220. <component name="eq.bar09" mode="eq">
  221.     <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="410" y="266"/></img>
  222. </component>
  223.  
  224. <component name="eq.bar10" mode="eq">
  225.     <img type="norm"><source name="progressbars" x="474" y="0" width="22" height="220"/><rect x="448" y="266"/></img>
  226. </component>
  227.  
  228. <component name="eq.position">
  229.     <img type="norm"><source name="progressbars" x="446" y="0" width="26" height="24"/><rect x="0" y="0"/></img>
  230. </component>
  231.  
  232.  
  233. <!-- BUTTONS -->
  234.  
  235. <component name="shuffle" mode="main,eq">
  236.     <img type="norm"><source name="toggles" x="24" y="0" width="36" height="14"/><rect x="350" y="112"/></img>
  237.     <img type="push"><source name="toggles" x="184" y="0"/></img>
  238. </component>
  239.  
  240. <component name="repeat" mode="main,eq">
  241.     <img type="norm"><source name="toggles" x="16" y="14" width="44" height="14"/><rect x="418" y="112"/></img>
  242.     <img type="push"><source name="toggles" x="176" y="14"/></img>
  243. </component>
  244.  
  245. <component name="eq.autoload" mode="eq">
  246.     <img type="norm"><source name="toggles" x="0" y="28" width="76" height="18"/><rect x="92" y="222"/></img>
  247.     <img type="push"><source name="toggles" x="160" y="28"/></img>
  248. </component>
  249.  
  250. <component name="eq.enabled" mode="eq">
  251.     <img type="norm"><source name="toggles" x="0" y="46" width="54" height="18"/><rect x="6" y="222"/></img>
  252.     <img type="push"><source name="toggles" x="160" y="46"/></img>
  253. </component>
  254.  
  255. <component name="eq.presets" mode="eq">
  256.     <img type="norm"><source name="toggles" x="0" y="88" width="96" height="34"/><rect x="374" y="214"/></img>
  257.     <img type="push"><source name="toggles" x="160" y="88"/></img>
  258. </component>
  259.  
  260. <component name="connect" mode="connect">
  261.     <img type="norm"><source name="toggles" x="0" y="122" width="96" height="34"/><rect x="276" y="218"/></img>
  262.     <img type="push"><source name="toggles" x="160" y="122"/></img>
  263. </component>
  264.  
  265. <component name="add" mode="playlist">
  266.     <img type="norm"><source name="toggles" x="0" y="172" width="69" height="16"/><rect x="0" y="504"/></img>
  267.     <img type="push"><source name="toggles" x="80" y="172"/></img>
  268. </component>
  269.  
  270. <component name="remove" mode="playlist">
  271.     <img type="norm"><source name="toggles" x="0" y="220" width="69" height="16"/><rect x="69" y="504"/></img>
  272.     <img type="push"><source name="toggles" x="80" y="220"/></img>
  273. </component>
  274.  
  275. <component name="newlist" mode="playlist">
  276.     <img type="norm"><source name="toggles" x="0" y="204" width="48" height="16"/><rect x="138" y="504"/></img>
  277.     <img type="push"><source name="toggles" x="80" y="204"/></img>
  278. </component>
  279.  
  280. <component name="moveup" mode="playlist">
  281.     <img type="norm"><source name="toggles" x="0" y="188" width="27" height="16"/><rect x="186" y="504"/></img>
  282.     <img type="push"><source name="toggles" x="80" y="188"/></img>
  283. </component>
  284.  
  285. <component name="movedown" mode="playlist">
  286.     <img type="norm"><source name="toggles" x="27" y="188" width="27" height="16"/><rect x="213" y="504"/></img>
  287.     <img type="push"><source name="toggles" x="107" y="188"/></img>
  288. </component>
  289.  
  290.  
  291. <!-- DIALOGS -->
  292.  
  293. <component name="dlg.background" mode="dialog">
  294.     <img type="norm"><source name="toggles" x="100" y="90" width="40" height="40"/><rect x="0" y="0"/></img>
  295. </component>
  296.  
  297. <component name="dlg.ok" mode="dialog">
  298.     <img type="norm"><source name="toggles" x="0" y="190" width="38" height="34"/><rect x="0" y="0"/></img>
  299.     <img type="push"><source name="toggles" x="160" y="190"/></img>
  300. </component>
  301.  
  302. <component name="dlg.cancel" mode="dialog">
  303.     <img type="norm"><source name="toggles" x="0" y="156" width="86" height="34"/><rect x="0" y="0"/></img>
  304.     <img type="push"><source name="toggles" x="160" y="156"/></img>
  305. </component>
  306.  
  307. <component name="dlg.search" mode="dialog">
  308.     <img type="norm"><source name="toggles" x="38" y="190" width="86" height="34"/><rect x="0" y="0"/></img>
  309.     <img type="push"><source name="toggles" x="198" y="190"/></img>
  310. </component>
  311.  
  312. <component name="dlg.tab.background" mode="dialog" ignoreinput="true">
  313.     <img type="norm"><source name="toggles" x="49" y="133" width="17" height="17"/><rect x="0" y="0"/></img>
  314. </component>
  315.  
  316. <component name="dlg.tab.connection" mode="dialog">
  317.     <img type="norm"><source name="toggles" x="0" y="117" width="66" height="17"/><rect x="0" y="0"/></img>
  318.     <img type="push"><source name="toggles" x="80" y="117"/></img>
  319. </component>
  320.  
  321. <component name="dlg.tab.buttons" mode="dialog">
  322.     <img type="norm"><source name="toggles" x="0" y="134" width="48" height="17"/><rect x="0" y="0"/></img>
  323.     <img type="push"><source name="toggles" x="80" y="134"/></img>
  324. </component>
  325.  
  326. <component name="dlg.tab.skin" mode="dialog">
  327.     <img type="norm"><source name="toggles" x="0" y="151" width="30" height="17"/><rect x="0" y="0"/></img>
  328.     <img type="push"><source name="toggles" x="80" y="151"/></img>
  329. </component>
  330.  
  331.  
  332. <!-- SCROLL BAR -->
  333.  
  334. <component name="scroll.up">
  335.     <img type="norm"><source name="scroll" x="0" y="0" width="13" height="20"/><rect x="0" y="0"/></img>
  336. </component>
  337.  
  338. <component name="scroll.position">
  339.     <img type="norm"><source name="scroll" x="0" y="20" width="13" height="15"/><rect x="0" y="0"/></img>
  340. </component>
  341.  
  342. <component name="scroll.background">
  343.     <img type="norm"><source name="scroll" x="0" y="35" width="13" height="20"/><rect x="0" y="0"/></img>
  344. </component>
  345.  
  346. <component name="scroll.down">
  347.     <img type="norm"><source name="scroll" x="0" y="55" width="13" height="20"/><rect x="0" y="0"/></img>
  348. </component>
  349.  
  350.  
  351. <!-- BITMAP TEXT -->
  352.  
  353. <component name="bitmaptext">
  354.     <img type="norm"><source name="bitmaptext" x="0" y="0" width="1140" height="10"/><rect x="0" y="0"/></img>
  355. </component>
  356.  
  357. </Skin>